- match
auto match(string input, string[T] map, size_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- search
auto search(string input, string pattern, size_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- search_all
auto search_all(string input, size_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- search_closed
MatchClosed search_closed(string input, string regex_statement, string regex_open, string regex_close, Match open_match)
Undocumented in source. Be warned that the author may not have intended to support it.
- search_closed_on_level
MatchClosed search_closed_on_level(string input, string regex_statement, string regex_level_up, string regex_level_down, string regex_search, Match open_match)
Undocumented in source. Be warned that the author may not have intended to support it.
- search_first
auto search_first(string input, string pattern, size_t pos)
Undocumented in source. Be warned that the author may not have intended to support it.